home *** CD-ROM | disk | FTP | other *** search
- set alpha::version [lindex [split [string trimleft [version] "Alpha Version"] ,] 0]
- # set AlphaTcl version (the version of this library of .tcl files)
- set alpha::tclversion 7.4.1
- if {![info exists alpha::platform]} {
- set alpha::platform "alpha"
- }
-
- if {${alpha::platform} == "alpha"} {
- # Get Alpha's current name.
- regexp {"([^"]+)" "ALFA" } [processes] "" ALPHA
- } else {
- set ALPHA [info nameofexecutable]
- }
-
-